home *** CD-ROM | disk | FTP | other *** search
-
- Compatibility parameters:
-
-
- The "memdelay" parameter is useful only to run the applets without problems
- on some bugged versions of Netscape 3, that don't deallocate correctly
- the memory allocated, resulting in filling all the memory after a minute
- the applet is running. This can cause also a system crash in some cases.
- Last versions of browsers have fixed this problem, but if you want to run
- the applets on old bugged browsers too, set "memdelay" to low values, like
- "10" or "16", for example.
- But this will slow down a lot the applet speed, so you have to choose
- between speed (memdelay set to 1000 or higher) or slow compatibility with
- old browsers (memdelay set to 20 or lower).
-
- The "priority" parameter is useful mainly when you are running more than
- one applet in same page, and one slows down or hangs.
- If this applet rus too slow or hangs because other one steal all the CPU
- power, try increasing the priority.
- Otherwise, if this applet runs well and others slows down, decrease the
- priority. Consider the min priority is 1, normal priority is 5, and the
- max priority is 10. Usually a priority of 3 is ok for single applets.
-
- The "fixnetscape" parameter is useful only when the applet is visualized
- with Netscape 3, under Win95. In fact, Netscape has a bug displaying
- IndexColorModel, resulting in less colours than normal and dithering.
- Setting "fixnetscape" to "YES", the effect will run slower on all browsers,
- but will have correct colors on Netscape 3.0. Setting it to "NO", the effect
- will run faster on all browsers, except Netscape 3.0 that will display in
- worst way. Notice that Netscape 4 and Explorer haven't this problem.
-
- The "MinSYNC" parameter must be set to a value between 8 and 16 to slow
- down animation in the case it runs too faster on faster computers or because
- the applet size is very small. The optimal value seems to be 10, but you can
- disable this feature placing a value of 0 if you see flickerings or excessive
- slow down.
- If the applets steal 100% of CPU power or slows down the browser and Operating
- System, try increasing MinSYNC until all runs ok.
- Usually values between 40 and 400 fixes all problems, even if applet slows
- down for compatibility.
-
-